quartz: Remove MAC_OS_X_VERSION_MIN_ALLOWED ifdef
authorKristian Rietveld <kris@gtk.org>
Thu, 28 Jul 2011 15:44:02 +0000 (17:44 +0200)
committerKristian Rietveld <kris@gtk.org>
Thu, 28 Jul 2011 15:44:02 +0000 (17:44 +0200)
commitceca333309268f7782a891972f43d3fbcf77c51c
treee3d3b2d7367b0767f00ebb3e2473c7631fd6f659
parent39a4017c331569ccda1d1b57b45b901ca2de5273
quartz: Remove MAC_OS_X_VERSION_MIN_ALLOWED ifdef

I tried to suppress compiler warnings on pre-10.6 machines this way,
but it defeats its purpose when you compile for pre-10.6 machines on
a 10.6 machine.  For now, we have to live with the warnings when
compiling on/for pre-10.6 machines, there does not seem an easy and proper
way to suppress the warnings.
gdk/quartz/gdkwindow-quartz.c